home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / dist / print.idb / usr / lib / X11 / app-defaults / Printstatus.z / Printstatus
Encoding:
Text File  |  1997-07-30  |  9.5 KB  |  255 lines

  1. !
  2. ! Printstatus - printer status panel resources
  3.  
  4. *useSchemes:            all
  5. *schemeFileList:        SgiSpec
  6. *sgiMode:               True
  7. *pointerColor:        Black
  8.  
  9. *mwmFunctions: 8388638
  10. *mainWindow.mwmFunctions: 62
  11.  
  12. ! Program usage message
  13. *appUsage:\nUsage: %s [options] printername\n\n\
  14.     Where [options] are one or more of the following:\n\n\
  15.     [-e int] Engine status update interval, in seconds.\n\
  16.          Engine status includes the icon and the\n\
  17.          Current Printer Status area.\n\
  18.     [-q int] Queue update interval, in seconds.\n\
  19.          Queue status includes the queued jobs info.\n\
  20.     [-s int] Spooler information update interval, in seconds.\n\
  21.          Spooler status includes the acceptance status of the\n\
  22.          printer queue.\n
  23.  
  24. ! Argument parsing error messages
  25. *badInterval: %s: Ignoring invalid -%c update interval - must be an integer greater than 0\n
  26. *badOption: %s: Ignoring an incomplete or unrecognized option '-%c'.\n
  27.  
  28. ! Startup error messages
  29. *noSpooler: Error: The System V 'lp' spooler is not running.\n\
  30.         Please restart the spooler and try again.\n\
  31.         As root type '/etc/init.d/lp start'.
  32. *spoolerSetup: %s Error: Could not set the spooler.\nReason: %s.
  33. *noPrinter: %s Error: No printer specified and no default printer set.\n\
  34.         Please specify a printer name for %s to monitor.
  35. *noInfo: %s Error: could not read information for printer '%s'.\n\
  36.         Reason: %s
  37. *noPrinterList: %s: Error while getting list of printers.\n\
  38.     Is the spooler running?
  39.  
  40. ! Printer info area
  41. *onHost: '%s' on host '%s'
  42. *onNet: '%s' (a network printer)
  43. *printerName: Name:
  44. *printerModel: Model:
  45. *printerType: Type:
  46. *printerConnect: Connected to:
  47. *printerLocationCode: Location Code:
  48. *printerLocationDescr: Location Description:
  49.  
  50. ! Test page submittal error messages
  51. *cannotSubmitTP: Cannot submit test page.\n\
  52.     Printer is not accepting print jobs at this time.\n\
  53.     Please enable queueing before submitting jobs.
  54. *errorSubmitTP: %s: Error submitting test page.\n
  55.  
  56. ! Forwarding print job error messages
  57. *noForward: Cannot forward jobs to printer '%s':\n\
  58.     It is not currently accepting jobs.\n \n\
  59.     You must enable this printer to send jobs to it.
  60. *stopSpooler: Could not stop spooler in order to forward job.\n\
  61.     Job has not been moved.
  62. *noJobMove: Error while forwarding job:\n\
  63.     The job selected may not have been moved.
  64.  
  65. ! Cancel job error messages
  66. *noCancelJobRmt: The job '%s' could not be cancelled.\n \n\
  67.     You may only cancel jobs\nwhich originated on your workstation.
  68. *noCancelJobLcl: Could not cancel job '%s'.\nReason %s.
  69.  
  70. ! Messages for isRemoteJob
  71. *noRmtInfo: %s: Error while getting printer info.\n
  72. *noLclQueue: %s: Error while getting local queue.\n%d retries failed.\n
  73.  
  74. ! Launch error messages
  75. *noLaunch: The printer you have requested is no longer available.\n\
  76.     Could it have been removed?
  77.  
  78. ! Status reading error messages
  79. *noPodRead: Could not read the Impressario status database.
  80. *pdBadPname1: An invalid or empty printer name was specified.
  81. *pdBadPname2: Please check whether this printer is still installed \
  82.     or restart PrintStatus.
  83. *pdNoPrinter1: This printer is not currently registered
  84. *pdNoPrinter2: with the System V (lp) spooler.
  85. *pdNetNoProc1: Network/RPC error: PrintStatus has called a libpod function
  86. *pdNetNoProc2: which the remote POD daemon does not support.
  87. *pdNetXDRClient1: Printer server error: The remote system's kernel and \
  88.     libpod are incompatible.
  89. *pdNetXDRClient2: Are both machines running the proper operating systems?
  90. *pdNetXDRServer1: Printer server error: The remote system's kernel and \
  91.     pod daemon are incompatible.
  92. *pdNetXDRServer2: Are both machines running the proper operating systems?
  93. *pdNetRPCMatch1: Network/RPC error: The local and remote RPC software is \
  94.     incompatible.
  95. *pdNetRPCMatch2: Are both machines running the proper operating systems?
  96. *pdNetProcMatch1: The versions of libpod on the local and remote systems \
  97.     are incompatible.
  98. *pdNetProcMatch2: Are both systems running the same version?
  99. *pdStatusRead1: The printer may not use an Impressario driver or a remote server is used which
  100. *pdStatusRead2: forwards jobs to another system (status can not be read across multi-hop setups).
  101. *pdBadHostname1: The network address of the printer server couldn't be found.
  102. *pdBadHostname2: Is your hosts table accurate, or is NIS not running?
  103. *pdNetwork1: A network connection with the printer server could not be established.
  104. *pdNetwork2: An unknown network error has occurred.  Choose Update \
  105.     Status to retry.
  106. *pdNetTimeout1: Check your network connection and that of the printer server.
  107. *pdNetTimeout2: A timeout occurred while attempting to communicate with the \
  108.     printer server.
  109. *pdNetIntr1: PrintStatus was interrupted while communicating with the remote \
  110.     host.
  111. *pdNetIntr2: Check network connection, then choose Update Status \
  112.     to retry.
  113. *pdNetNotReg1: There is no POD daemon registered on the printer server.
  114. *pdNetNotReg2: Is the printer server running the server version of Impressario?
  115. *pdNetPmap1: The printer server is not responding: please check your \
  116.     network connection.
  117. *pdNetPmap2: When reconnected, choose Update Status to retry.
  118. *pdDefault1: An unrecognized error has occurred.
  119. *pdDefault2: PrintStatus cannot read the printer's status.
  120.  
  121. ! Queue update error messages
  122. *noInterface: Could not read printer interface information.\n\
  123.     Reason: %s.\n \nHas the printer been removed?
  124. *noQueue: Cannot continue: could not get the queue.\n \n\
  125.     Check the printer: is it still installed?
  126.  
  127. ! Spooler state error message
  128. *noSpoolerState: %s Error: Cannot get spooler state:\n%s
  129. *cannotSetState: %s Error: Cannot set spooler state:\n%s
  130.  
  131. ! Printer status area
  132. *statusTitleLabel.labelString: Current Printer Status:
  133.  
  134. ! Printer queue area (use fixed font for proper alignment)
  135. Printstatus*queueList*fontList: -*-screen-medium-r-normal-*-15*
  136. *queueTitleLabel.labelString: Printer Request Queue:
  137. *queueEntryFormat: %20.20s  %8s  %8u  %19s
  138. ! Each title item (i.e. job id, owner, etc.) is displayed according to
  139. ! the following format
  140. *queueTitleFormat: %20.20s  %8s  %8s  %19s    
  141. *queueLabel.leftOffset: 9
  142. *queueJobId: Job Id
  143. *queueOwner: Owner
  144. *queueJobSize: Size
  145. *queueTitle: Title
  146.  
  147. ! Error dialog box
  148. *errorBox.dialogTitle: Error
  149. *errorBox.fatalTitle: Fatal Error
  150. *errorBox.fatalButtonLabel: Exit
  151.  
  152. ! Application title
  153. *appTitle: Printer Status Panel for printer '%s'
  154.  
  155. ! Test page title
  156. *testPageTitle: Test Page
  157.  
  158. ! Printer state labels
  159. *idleStateLabel: Idle
  160. *busyStateLabel: Busy
  161. *faultedStateLabel: Faulted
  162. *unavailableStateLabel: Unavailable
  163. *unknownStateLabel: Unknown
  164.  
  165. ! Unknown printer info labels
  166. *unknownTypeLabel: Unknown
  167. *unknownDeviceLabel: Unknown
  168. *unknownTitleLabel:
  169. *unknownLocalNameLabel: Unknown
  170. *unknownFormalNameLabel: Unknown
  171. *unknownLocationLabel: Unknown
  172. *unknownLocationCode: None
  173.  
  174. ! Menu bar and its pulldown menues
  175.  
  176. ! Printer
  177. *printerButton.labelString: Printer
  178. *printerButton.mnemonic: P
  179. *sendTestPage.labelString: Send Test Page
  180. *sendTestPage.mnemonic: S
  181. *forceUpdateButton.labelString: Update Printer Status
  182. *forceUpdateButton.mnemonic: U
  183. *quit.labelString: Exit
  184. *quit.mnemonic: x
  185. *quit.accelerator: Ctrl<Key>Q
  186. *quit.acceleratorText: Ctrl+Q
  187.  
  188. ! Queue
  189. *queueButton.labelString: Queue
  190. *queueButton.mnemonic: Q
  191. *cancelJobButton.labelString: Cancel Selected Job
  192. *cancelJobButton.mnemonic: C
  193. *forwardJobButton.labelString: Move Print Job to Another Printer
  194. *forwardJobButton.mnemonic: M
  195. *rejectPrinterToggleButton.labelString: Printer Accepting Your Jobs
  196. *rejectPrinterToggleButton.mnemonic: P
  197. *disablePrinterToggleButton.labelString: Printer Printing Your Queued Jobs
  198. *disablePrinterToggleButton.mnemonic: r
  199.  
  200. ! Other Tools
  201. *otherTools.labelString: Other Tools
  202. *otherTools.mnemonic: O
  203. *printPanel.labelString: Printer Panel
  204. *printPanel.mnemonic: P
  205. *printerManager.labelString: Printer Manager
  206. *printerManager.mnemonic: M
  207. *printStatusFor.labelString: Printer Status for
  208. *printStatusFor.mnemonic: S
  209.  
  210. ! Help
  211. !    If help menu items are added or removed, the helpItemCount
  212. !    resource must be changed to reflect the number of help
  213. !    menu items. Help menu items must be named with sequential
  214. !    numbers starting with 1.
  215. *helpMenuButton.labelString: Help
  216. *helpMenuButton.mnemonic: H
  217. *helpMenuButton.helpItemCount: 9
  218.  
  219. *helpButton1.labelString:               Overview of PrintStatus
  220. *helpButton1.mnemonic:                  O
  221. *helpButton1.helpKey:                   printstatus_overview
  222.  
  223. *helpButton2.labelString:               About the Menus
  224. *helpButton2.mnemonic:                  A
  225. *helpButton2.helpKey:                   printstatus_menus
  226.  
  227. *helpButton3.labelString:               Viewing the Queue
  228. *helpButton3.mnemonic:                  V
  229. *helpButton3.helpKey:                   printstatus_viewQueue
  230.  
  231. *helpButton4.labelString:               Cancelling a Print Job
  232. *helpButton4.mnemonic:                  C
  233. *helpButton4.helpKey:                   printstatus_cancelJob
  234.  
  235. *helpButton5.labelString:               Disabling or Enabling a Queue
  236. *helpButton5.mnemonic:                  D
  237. *helpButton5.helpKey:                   printstatus_disableQueue
  238.  
  239. *helpButton6.labelString:               Checking the Status of a Printer
  240. *helpButton6.mnemonic:                  S
  241. *helpButton6.helpKey:                   printstatus_checkStatus
  242.  
  243. *helpButton7.labelString:               Testing a Printer
  244. *helpButton7.mnemonic:                  P
  245. *helpButton7.helpKey:                   printstatus_testPrinter
  246.  
  247. *helpButton8.labelString:               Troubleshooting Printing
  248. *helpButton8.mnemonic:                  T
  249. *helpButton8.helpKey:                   print_troubleshoot
  250.  
  251. *helpButton9.labelString:               Summary of Printing Tools
  252. *helpButton9.mnemonic:                  u
  253. *helpButton9.helpKey:                   print_toolSummary
  254.